home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Utilities / DataRescueII1.0.dmg / Data Rescue II.app / Contents / Resources / English.lproj / DRFindDialog.nib / classes.nib next >
Encoding:
Text File  |  2005-10-13  |  871 b   |  28 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = DRDisplayFind; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {
  6.                 anyOrAllAction = id; 
  7.                 minusButtonAction = id; 
  8.                 plusButtonAction = id; 
  9.                 searchButtonAction = id; 
  10.             }; 
  11.             CLASS = DRFindController; 
  12.             LANGUAGE = ObjC; 
  13.             OUTLETS = {
  14.                 anyOrAllPopupOutlet = NSPopUpButton; 
  15.                 findCriteriaBoxOutlet = NSBox; 
  16.                 searchButtonOutlet = NSButton; 
  17.             }; 
  18.             SUPERCLASS = NSWindowController; 
  19.         }, 
  20.         {
  21.             ACTIONS = {findTypeAction = id; minusButtonAction = id; plusButtonAction = id; }; 
  22.             CLASS = FirstResponder; 
  23.             LANGUAGE = ObjC; 
  24.             SUPERCLASS = NSObject; 
  25.         }
  26.     ); 
  27.     IBVersion = 1; 
  28. }